This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class History | ||||
class, HTMLViewer | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
A class to use as an history for the HTMLViewer. | ||||
AddToHistory(url as string,title as string) | ||||
method, HTMLViewer | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
Adds an URL to the history. | ||||
Notes:
Currently title is optionally and for later additions to this class. | ||||
CanGoBack as boolean | ||||
method, HTMLViewer | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
Can we go back? | ||||
CanGoForward as boolean | ||||
method, HTMLViewer | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
Can we go forward? | ||||
CanGoHome as boolean | ||||
method, HTMLViewer | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
Can we go home? | ||||
GoBack as string | ||||
method, HTMLViewer | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
Goes one back and returns the current URL. | ||||
GoForward as string | ||||
method, HTMLViewer | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
Goes one forward and returns the current URL. | ||||
GoHome as string | ||||
method, HTMLViewer | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
Goes one home and returns the current URL. | ||||
InHistory(url as string) as boolean | ||||
method, HTMLViewer | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||
Function:
Is this URL in this list? |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.